Nodes > Vfx Properties > Get VFX Property

Gets a property from the VFXAsset. Tip: If connected to a Constant Asset Reference node created by dragging your VFXAsset into the graph you'll be able to select the property from a dropdown in the inspector.
Inputs
| Name | Type | Description |
|---|---|---|
| VFXAsset | VFXAsset | VFXAsset to set property on |
| propertyName | string | Scripting name of property |
Outputs
| Name | Type | Description |
|---|---|---|
| Object | any | The retrieved value |
Was this page helpful?